Data files:
data-stations-NL-RR.txt (observations)
info-stations-NL-RR.txt  (stations)
NOTE: IF THIS DATA IS USED FOR PUBLICATION, THE SOURCE 
 (European Climate Assessment (ECA) & Dataset website  
https://www.ecad.eu) SHOULD BE EXPLICITLY REFERRED TO. 


Code files:
read-data.R: for reading the data (it is called by all estimation routines below)

indirect-estimation-maxstable.R: for indirect inference of model with max-stable errors 

indirect-estimation-t.R:  for indirect inference of model with t distributed errors 

estimation-gaussian.R: for (direct) inference of model with Gaussian errors 


Composite likelihood estimation require some additional code in C.
We have embodied the code in a simple R package that can be easily  installed.

For instance under Linux, we can use 

R CMD INSTALL censgauss.tar.gz

in a terminal.



 

